MajorVer=0\r
MinorVer=2\r
Release=8\r
-Build=0\r
+Build=2\r
Debug=0\r
PreRelease=0\r
Special=0\r
[Version Info Keys]\r
CompanyName=GPSBabel Makers\r
FileDescription=GPSBabel Windows Frontend\r
-FileVersion=0.2.8.0\r
+FileVersion=0.2.8.2\r
InternalName=\r
LegalCopyright=(C) 2005,2006 Olaf Klein (o.b.klein@gpsbabel.org)\r
LegalTrademarks=\r
list: TStrings;\r
CSave: TCursor;\r
str: TStream;\r
- s: string;\r
+ s, tmp: string;\r
i: Integer;\r
IFormat, OFormat: string;\r
Fatal: Boolean;\r
begin\r
if FileExists(s) then\r
begin\r
+ tmp := _('Warning');\r
if (Windows.MessageBox(SELF.Handle,\r
PChar(Format(_('File "%s" exists ! Overwrite ?'), [s])),\r
- PChar(_('Warning')), MB_YESNO) <> IDYES) then Exit;\r
+ PChar(tmp), MB_YESNO) <> IDYES) then Exit;\r
end\r
else\r
begin\r